home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / VUlites.sit / VUlites / source code / VUlites.h < prev    next >
C/C++ Source or Header  |  1997-06-26  |  595b  |  24 lines

  1. #include <SoundInput.h>
  2. #include <Sound.h>
  3. #include <Types.h>
  4. #include <iostream.h>
  5. #include <Memory.h>
  6. #include <DeskBus.h>
  7. #include <LowMem.h>
  8. #include <math.h>
  9. #include <OSUtils.h>
  10. //#include <bool.h>
  11. #include <MixedMode.h>
  12.  
  13. //const int kBufferSize = 256;
  14. const int kBufferSize = 128;
  15. //const int kBufferExp = 7; // kBufferSize = sizeof(short) * 2 ^ kBufferExp
  16. const int reevalThresh = 400;
  17.  
  18. #define fixed short
  19.  
  20. asm long abs (long a);
  21. void lights (SPBPtr ignore1, Ptr ignore2, short ignore3, long ignore4);
  22. void ADBComp (Ptr ignore1, Ptr ignore2, long ignore3);
  23. void DefTask (long ignore1);
  24.